Data were collected in January 2017 from online nutritional information provided by fast food restaurant chains. Food items from each restaurant include various burgers, a breaded chicken sandwich, a grilled chicken sandwich, chicken nuggets, french fries, and a chocolate milkshake, when possible. The “various burgers” selected were the smallest hamburger, the smallest cheeseburger, and some of the restaurant’s most well known larger burgers (e.g., Big Mac, Whopper). The Cookout data was sourced from https://www.fastfoodmenuprices.com/cookout-nutrition/.
Observations: 126
Variables: 12
$ restaurant <chr> "McDonald's", "McDonald's", "McDonald's", "McDonald…
$ item <chr> "Hamburger", "Cheeseburger", "Big Mac", "Quarter Po…
$ type <chr> "Burger", "Burger", "Burger", "Burger", "Burger", "…
$ calories <dbl> 240, 290, 530, 520, 720, 750, 530, 510, 350, 190, 2…
$ servingsize <dbl> 98, 113, 211, 202, 270, 283, 257, 213, 200, 65, 75,…
$ totalfat <dbl> 8, 11, 27, 26, 40, 43, 15, 22, 9, 12, 11, 8, 12, 38…
$ saturatedfat <dbl> 3.0, 5.0, 10.0, 12.0, 15.0, 19.0, 10.0, 3.5, 2.0, 2…
$ transfat <dbl> 0.0, 0.5, 1.0, 1.5, 1.5, 2.5, 1.0, 0.0, 0.0, 0.0, 0…
$ sodium <dbl> 480, 680, 960, 1100, 1470, 1280, 160, 990, 820, 360…
$ carbs <dbl> 32, 33, 47, 41, 51, 42, 86, 55, 42, 12, 30, 26, 27,…
$ sugars <dbl> 6, 7, 9, 10, 14, 10, 63, 10, 8, 0, 0, 6, 7, 11, 8, …
$ protein <dbl> 12, 15, 24, 30, 39, 48, 11, 24, 28, 9, 2, 11, 13, 2…
# A tibble: 6 x 12
restaurant item type calories servingsize totalfat saturatedfat
<chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl>
1 McDonald's Hamb… Burg… 240 98 8 3
2 McDonald's Chee… Burg… 290 113 11 5
3 McDonald's Big … Burg… 530 211 27 10
4 McDonald's Quar… Burg… 520 202 26 12
5 McDonald's Baco… Burg… 720 270 40 15
6 McDonald's Doub… Burg… 750 283 43 19
# … with 5 more variables: transfat <dbl>, sodium <dbl>, carbs <dbl>,
# sugars <dbl>, protein <dbl>
# A tibble: 4 x 6
burger calories weight fat carbs protein
<chr> <dbl> <dbl> <dbl> <dbl> <dbl>
1 Small 1/8 lb Burger 230 2.9 7 27 12
2 Regular 1/4 lb Burger 330 4.4 14 27 22
3 Huge 1/2 lb Burger 510 7.1 26 27 39
4 Big Double Burger 310 4.2 13 27 20
Source: StatCrunch dataset “Nutritional Data for Fast Food 2017”